public virtual IEnumerable <TEntity> GetAll() { using (var db = new FbConnection(ConnectionString)) { return(db.GetAll <TEntity>()); } }