public DataTable GetStIdVaz(string stcode)
 {
     return(LoginDAO.GetStIdVaz(stcode));
 }