public int changepass()
 {
     return(DALLoginObj.changpass(username, password, newpassw));
 }