News

God objects are objects of classes that know too much or do too much, and hence make your code tightly coupled and difficult to maintain.
If protection level won't allow that, you could go the extension method route. Or just a plain static method. Or make both of the classes extend a base class with that code. Good luck!