public static void Save(this EntityBase source, IConnectinContext cc) { DBContext.Save(cc, (Mappings.DataObject)source); }