public void Init()
 {
     pot1 = new ZohoPotentials("Radiant Systems", "Radiant Systems", DateTime.Parse("05/13/2012"), "Closed Won");
     pot2 = new ZohoPotentials("Honda", "Zotac", DateTime.Parse("05/12/2012"), "Closed Lost");
 }
 public void Init()
 {
     pot1 = new ZohoPotentials("Radiant Systems", "Radiant Systems", DateTime.Parse("05/13/2012"), "Closed Won");
     pot2 = new ZohoPotentials("Honda", "Zotac", DateTime.Parse("05/12/2012"), "Closed Lost");
 }