public bool DeleteFeeSchedule(FeeSchedule fee_schedule)
 {
     return(channel.DeleteFeeSchedule(fee_schedule));
 }