Guys, there is a class for working with products. Methods of obtaining type data select takes about 10KB of code. But there are methods to create, edit, products. And here they weigh about 20KB. That is, I have to work with the goods they produced a large class of 1200 lines of code. I used to divide into parts, maybe one wrong file to keep everything.
Can I create a class successor ProductModify and make three methods creade, update, delete? Or are there easier ways?