public Manager GetByID(UserID id) => _managerRepository.GetByID(id);
public Manager GetByID(long id) => _managerRepository.GetByID(id);