public int UpdatePassword(String id, string pass) { DALayer newLayer = new DALayer(); return(newLayer.UpdatePassword(id, pass)); }