public static void CheckDBOwner() { ISetup dal = Factory <ISetup> .Create("SnitzSetup"); dal.ChangeDbOwner(); }