public ClonerMenuItem(INavigationFacade navigation) { _navigation = navigation; Command = new RelayCommand(() => _navigation.NavigateToClonerPage()); Image = new BitmapImage(new Uri("ms-appx:///Assets/MenuIcons/squares.png")); }