public bool endreKunde(string epost, Kunde innKunde)
 {
     return(_repository.endreKunde(epost, innKunde));
 }