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