public string GetMenuList(string pid) { return(rolemodulebll.GetMenuList(Convert.ToInt32(SessionInfo.UserID), !string.IsNullOrEmpty(pid) ? int.Parse(pid) : 0)); }