public List<Faculty> GetFaculty()
        {
            BLFaculty blfaculty = new BLFaculty();

            return blfaculty.GetFaculty();
        }