public DishTypeLogic(string assemblyName) { _collectionFactory = new CollectionFactory(assemblyName); _dishTypeSite = _collectionFactory.CreateDishTypeSecretary(); }