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