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