public ITableService this[string tableName] { get { return(_tableServiceFactory.GetTableService(DataBase.Tables.Find(x => x.Name == tableName), _fileWorker)); } }