public static bool DatabaseExists() { ISetup dal = Factory <ISetup> .Create("SnitzSetup"); return(dal.DatabaseExists()); }