public IEnumerable <dept> GetData( string T_NAME ) { try { using (TestBLL tbl = new TestBLL()) { return(tbl.GetDeptHelper( T_NAME )); } } catch (Exception ex) { throw new Exception("Errorn Ma : " + ex.Message); } }