public async Task <ActionResult> GetFormJson(long id) { TData <StudentInfoEntity> obj = await studentInfoBLL.GetEntity(id); return(Json(obj)); }