public List <Object> Geenproductnaam(string merk, int type)
 {
     return(_db.Geenproductnaam(merk, type));
 }