public void EmployerLoginTest()
        {
            EmployerController con = new EmployerController();
            ViewResult         res = con.EmployerLogin() as ViewResult;

            Assert.IsNotNull(res);
        }