public Product GetByID(int entityID)
 {
     return(_productManagementDAL.GetByID(entityID));
 }