public void ChangeChannelStatus(int id)
 {
     channelService.ChangeChannelStatus(id);
 }