public int Create(Gebruiker obj)
 {
     return(_interface.CreateGebruiker(obj));
 }