public DishesLogic(string assemblyName)
 {
     var collectionFactory = new CollectionFactory(assemblyName);
     _dishesSite = collectionFactory.CreateDishesSecretary();
 }