public Task <bool> AddNewProduct(Product newProduct)
 {
     return(dataAccess.AddNewProduct(newProduct));
 }