public Resident GetResidentDetails(int userID) { try { return(_residentRepository.GetResidentDetails(userID)); } catch (Exception ex) { throw ex; } }