public CoronaService(string dbpath) { DBPath = dbpath; Init(); MoonDataset = new MoonDataSet(); ResrcTableAdapter = new ResourcesTableAdapter(); TagTableAdapter = new TagsTableAdapter(); }