public IList <ApplicationBEAN> GetApplicationBEANS(int userId)
 {
     return(_applicationDAO.GetApplicationBEANS(userId));
 }