protected string FindCategoryNameOfItem(string itemCode)
 {
     return(suLogic.FindStationeryById(itemCode).Category.CategoryName);
 }