public dynamic SortKhoa_BLL(string tenkhoa, string columnName)
 {
     return(dt.SortKhoa_DAL(tenkhoa, columnName));
 }