public int GetTotalMenuItemCount()
 {
     return(_menuItemRepository.GetTotalCount());
 }