public Model.Uplata Delete(int id)
 {
     return(_service.Delete(id));
 }
 public bool Delete(int id)
 {
     return(_service.Delete(id));
 }