/// <summary> /// Player forms /// </summary> public PlayersForm() { InitializeComponent(); database = new ConnectionDB(); }