private void buttonPrevious_Click(object sender, EventArgs e)
 {
     buttonPrevious.Enabled = false;
     SetCorrentPage(ŅorrentPage.PreviousControl());
 }