public void Delete(int id)
 {
     _service.DeleteMasterPasswordById(id);
 }