public static int updatepass(int id, string pass) { myDAL obj = new myDAL(); return(obj.updatepass(id, pass)); }