using BookShopContracts.BindingModels; using BookShopContracts.BusinessLogicsContracts; using BookShopContracts.SearchModels; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace BookShopView { public partial class FormСreateOrder : Form { private readonly ILogger _logger; private readonly IBookLogic _logicB; private readonly IOrderLogic _logicO; private readonly IClientLogic _logicC; public FormСreateOrder(ILogger