public virtual bool DeleteAllFromDb(params SqlFilter[] filters) { return(Connector.ExecuteQuery(sqlCommands.DeleteAll(TableName, filters))); }