A class name does not adequately describe the purpose of the class.
Change the name of the class to something more appropriate.
To rename a class, position the cursor inside the class declaration or a method of the class that you wish to rename. Invoke the Rename Class refactoring from the editor context menu or the Edit menu. You will be asked for the name of the new class.
Type the name of the new class in the New Name field, and click OK. The Refactoring Explorer will appear.
The suggested changes will include all declarations and references to the class in the unit that contains the class. You may review the changes if you wish (double-click a suggestion to move to that line in the editor). Uncheck any changes that you do not wish to make, and click GO. The changes will be applied to the code in the editor. Recompile the project and test the functionality to ensure that no functionality has changed.
See also: Refactoring Overview, Move Class Refactoring