public FavoriteFragment (Context context, Action<long> stationShower) { this.stationShower = stationShower; this.favManager = FavoriteManager.Obtain (context); ListAdapter = this.adapter = new FavoriteAdapter (context); }