public UserAccessForm()
 {
     InitializeComponent();
     DoubleBuffered = true;
     ManageSystem.ConnectDatabase();
 }