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