private void labelLogout_MouseLeave(object sender, EventArgs e)
 {
     ButtonAnimation.removeClickedEffect(this.panelLogout);
 }