By using partial we can create two classes with same name
http://www.dotnetperls.com/partial
Partial classes can be present in more than 1 physical files. It can be done with the help of partial keyword. We can say that we have same name classes in our one project.When code is compiled all partial classes are combined into single class.