public void Should_Seed_Membership_Succefully()
        {
            var mjrSolutionContext = new MjrSolutionContext();
            var mjrSolutionConfiguration = new MjrSolutionConfiguration();

            mjrSolutionConfiguration.SeedMembership(mjrSolutionContext);
        }
        public void Should_Seed_Employee_Succefully()
        {
            var mjrSolutionContext = new MjrSolutionContext();
            var mjrSolutionConfiguration = new MjrSolutionConfiguration();

            mjrSolutionConfiguration.SeedEmployee(mjrSolutionContext);
        }