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