public List <User> Geendatum(string achternaam, string email)
 {
     return(_db.Geendatum(achternaam, email));
 }