public void SomeMethod()
    {
        Primary P = new Primary(new Loader());

        P.LoadPrimary();
    }