public DataBaseClassesDataContext(string connection) :
base(connection, mappingSource)
{
OnCreated();
}