pub trait Repository<T>: QueryExecutor<T> + Crud<T>where T: Entity + FromRowNamed + Validatable + Persistable + Send + Sync,{ }