public QuanHeGiaDinhSoap[] getDSQuanHeGiaDinh() {
   try {
     List<QuanHeGiaDinh> result = QuanHeGiaDinhLocalServiceUtil.findByStatus(Constants.ACTIVATED);
     if (result != null) {
       return QuanHeGiaDinhSoap.toSoapModels(result);
     }
   } catch (Exception e) {
     // TODO: handle exception
   }
   return null;
 }