public Model.Korisnik GetByBrojKartice(string brojKartice)
 {
     return(_service.GetByBrojKartice(brojKartice));
 }