public void Enable(int x, int y)
 {
     MouseCursor.UnLockCursor();
     texttest.Enable();
     texttest.SetPosition(x, y);
 }