public bool CanExecuteLoadMoreCommand(Manga item) { return(IsNotBusy && (!Mangas.Any() /*|| !Mangas[0].IsLoading*/)); }