public void SetParameter(Client client)
 {
     CurrentClient = client;
     Reports       = _clientDataService.GetReportsOfClient(client.NativeId);
 }