public string LoadLabels() { string result = ""; try { result = Data_dal.LoadLabels(); } catch { } return(result); //return null; }