public async Task <JsonResult> DeleteGDTypeInfoById(int id) { var result = await lostAndFoundType.DeleteGDTypeById(id); return(Json(result)); }