public async Task <Response> Remove(int id)
 {
     return(await _schedulingService.RemoveAsync(id));
 }