I am trying to use a private class within my main class to implement following functionalityI want to use all my select queries in this fashion.Selects.SQL1Selects.SQL2So should i create a struct or a Class to achive this.I want to do the same thing for my message class.Messages.msg1Messages.msg2Please suggest the right way to do it and reason on doign that way.public class MainClass{private