public int GetMethodname(int a, int b)
        {
            //UserConnection userConnection = UserConnection ?? SystemUserConnection;
            var bl = new BusinessLogic();



            return(bl.AddNUmbers(a, b));
        }