public ActionResult <Model.VrsteProizvoda> GetById(int id)
 {
     return(_service.GetById(id));
 }