public EditorAddressBookContact(AddressBookContact _source) : base(_source)
 {
     // Change the Image path here
     if (!string.IsNullOrEmpty(ImagePath))
     {
         ImagePath = Application.dataPath + "/" + ImagePath.TrimStart('/');
     }
 }