private bool MenuItemTypeExists(string itemTypeID, string companyID)
 {
     return(_serviceAgent.MenuItemTypeExists(itemTypeID, companyID));
 }