public string GetPatroList_Dept() { string result = ""; try { result = Data_dal.GetPatroList_Dept(); } catch { } return(result); }