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