public void UpdateStatus(int id, int status)
 {
     productDataAccess.UpdateStatus(id, status);
 }