public DataTable ThuocSelectMaThuoc(string temp) { var t = new ThuocDAL(); var dt = new DataTable(); dt = t.ThuocSelectMaThuoc(temp); return(dt); }