public bool HasWarning(int quantity)
 {
     return(itemDataAccess.HasWarning(quantity));
 }