public OperationStatus deleteYdkRole(Long id) {
   OperationStatus os = new OperationStatus();
   accountDbMngr.deleteYdkRole(id);
   return os;
 }