public override bool Execute() { _TfsController.Connect(); _Collections = _TfsController.PopulateCollections(); return(_Collections != null); }