public void Delete(int id)
 {
     _sobaService.Delete(id);
 }
 public Model.Soba Delete(int id)
 {
     return(_service.Delete(id));
 }