public string GetCategoryContent(string catType) { IPurchaseOrderDAL PODAL = new PurchaseOrderDAL(); return(PODAL.GetCategoryContent(catType)); }