public XtraReport GetForm(Guid id)
 {
     Budget2.Server.Demand.PrintForm pf = new Budget2.Server.Demand.PrintForm();
     pf.SetDemand(id);
     return pf;
 }
 public XtraReport GetForm(Guid id)
 {
     Budget2.Server.Demand.PrintForm pf = new Budget2.Server.Demand.PrintForm();
     pf.SetDemand(id);
     return(pf);
 }