public IEnumerable <Object> GetActive() { try { return(_studentDAL.GetActive()); } catch (Exception ex) { throw new Exception("Error from StudentBLL: " + ex.Message.ToString()); } }