public int AddCoordinatingPerson(CoordinatingPerson coordinatingPerson) { return(_patientRepository.AddCoordinatingPerson(coordinatingPerson)); }