public async Task <JsonResult> DanhSachMonHoc() { var rs = await mh.DanhSachMonHoc(); return(new JsonResult(rs)); }