var appDatabaseVersion = new Label {
                Text = TR.Tr("db_version_name") + ": " + BL.StorageProperties.Version,
                FontSize = FontSizeController.GetSize(NamedSize.Small, typeof(Label)),
                HorizontalTextAlignment = TextAlignment.Center,
                FontAttributes = FontAttributes.Bold,