public CreateUserForm(SocketManager socket)
        {
            mSocketManager = socket;

            InitializeComponent();
        }