def get_last_name(self): return format_and_split_name(self.name)[1]
def get_first_name(self): return format_and_split_name(self.name)[0]