public Model.Posjetilac GetById(int id) { return(_service.GetById(id)); }
public Model.Kupac GetById(int id) { return(_service.GetById(id)); }