private void BindGeneralNotifications()
 {
     Pricing.BLL.Notifications generalNotifications = new Pricing.BLL.Notifications();
     generalNotifications.GetTopGeneralNotifications();
     rptrGeneralNotification.DataSource = generalNotifications.DefaultView;
     rptrGeneralNotification.DataBind();
 }