public async Task <JsonResult> ChangeLawyerStatus(int id) { await _lawyerService.ChangeLawyerStatus(id); return(Json("Success")); }