public static bool Add(SourceInfo ainfo) { if (dal.Exists(ainfo.Name)) { return(false); } return(dal.Add(ainfo)); }