bool PreviousCanExecute()
 {
     return(UnmatchedReleases.Any());
 }
 bool NextCanExecute()
 {
     return(UnmatchedReleases.Any());
 }