public TEntity GetById(int id) { using (var db = new FbConnection(ConnectionString)) { return(db.Get <TEntity>(id)); } }