public Form1() { InitializeComponent(); repo = new FireRepo <Country>(authentication, baseurl, $"{typeof(Country).Name.ToString()}/"); }