public string GetText(int id) { return(_textDatabase.GetText(id)); }
private string GetText(string id) { return(_textDatabase.GetText(id)); }