public ComponentRank FindOneById(int id)
 {
     return(dbTools.
            FindOneById <ComponentRank>(id));
 }