public List <Object> Geentype(string merk, string productnaam)
 {
     return(_db.Geentype(merk, productnaam));
 }