public bool settInnKunde(Kunde innKunde)
 {
     return(_repository.settInnKunde(innKunde));
 }