public void Refresh()
 {
     ChannelDal channelDal = new ChannelDal();
     gridControl.DataSource = channelDal.FindAllSortChannel();
 }