public static bool ActiveUser(int idUser) { if (UserBUS.ActiveUser(idUser) == true) { return(true); } return(false); }