def returnAll(self):
     """
         Returns all the contacts
     """
     cr=ContactRepository()
     return cr.getAll()