function getFamilyOwners()
 {
     echo json_encode(Users::getAllFamilyOwners());
 }