public async Task <ActionResult> DeleteFormJson(string ids) { TData obj = await studentInfoBLL.DeleteForm(ids); return(Json(obj)); }