public List <MenuMaster> GetAllMenuByStatus(string status) { BALCommon bal = new BALCommon(ConStr); return(bal.GetAllMenuByStatus(status)); }