private void CmdFavourites_Click(object sender, EventArgs e)
 {
     Favourites.Show(CmdFavourites, new Point(CmdFavourites.Width, 0));
 }