public ActionResult <Model.Soba> GetByID(int id)
 {
     return(_service.getByID(id));
 }