public EntityModel Create(EntityModel model)
 {
     return(_repository.Create(model));
 }