public List <Object> Alleenproductnaam(string productnaam)
 {
     return(_db.Alleenproductnaam(productnaam));
 }