public void ChangePassword(UserDTO model) { try { db.ChangePassword(model); } catch (Exception ex) { throw new Exception(ex.Message); } }