public Gebruiker LoginGebruiker(Gebruiker obj)
 {
     return(context.loginGebruiker(obj));
 }