using TransportMauiApp.Models; using TransportMauiApp.Services; using Microsoft.Maui.Controls.Shapes; namespace TransportMauiApp; public partial class MainPage : ContentPage { private readonly DatabaseService _database = new(); private readonly VerticalStackLayout _content = new() { Spacing = 14 }; private readonly List