public FactoryViewModels Post([FromBody] FactoryViewModels factory) { return(_factoryService.CreateViewModel(factory)); }