public static bool HasCruiseErrors(this CruiseDatastore dal)
 {
     string[] errors;
     return(dal.HasCruiseErrors(out errors));
 }