public void LoadData()
 {
     ICashFlowManagerService service = new CashFlowManagerService();
     Practice = service.GetPractices();
 }