private void profileUpdateBtn_Click(object sender, EventArgs e)
        {
            ProfileUpdate Pupdate = new ProfileUpdate();

            Pupdate.Show();
            this.Hide();
        }
        private void paymentListBtn_Click(object sender, EventArgs e)
        {
            ProfileUpdate eskiform = new ProfileUpdate();

            eskiform.Close();
            paymentlist yeniform = new paymentlist();

            yeniform.Show();

            this.Hide();
        }
        private void profileBtn_Click(object sender, EventArgs e)
        {
            ProfileUpdate eskiform1 = new ProfileUpdate();

            eskiform1.Close();
            UserProfile yeniform1 = new UserProfile();

            yeniform1.Show();

            this.Hide();
        }
        private void aioChatBtn_Click(object sender, EventArgs e)
        {
            ProfileUpdate form1 = new ProfileUpdate();

            form1.Close();
            StaffChatPage f2 = new StaffChatPage();

            f2.Show();

            this.Hide();
        }