public ProductEditViewModel GetEditModel(string id) { return(ProductEditViewModel.From(productRepos.GetById(id))); }