public void AddProduct(string brand, string product, int typenr, int price)
 {
     _db.AddProduct(brand, product, typenr, price);
 }