// Constructor
 public ManageNewsControl()
 {
     publisher = new NewsPublisher();
 }
 // Constructor
 public ManageNewsControl()
 {
     publisher = new NewsPublisher();
 }