public bool Delete(long id)
 {
     return(_db.DeletProductById(id));
 }