public IList <EntityModel> All()
 {
     return(_repository.All());
 }