public static OverManAlert GetInstatance()
 {
     if (instance == null)
     {
         instance = new OverManAlert();
     }
     return(instance);
 }
 public frmNotification()
 {
     InitializeComponent();
     this.notifi = OverManAlert.GetInstatance();
 }