public string Hej() { return(osobaService.GetById(1)); }
public ActionResult <Model.Osoba> GetById(int id) { return(_service.GetById(id)); }