public static void Print(RichTextBox richTextBox)
 {
     richTextBox.Text = FootballerServices.Download();
 }