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