/// <summary>
 /// Method to get the information about Donation Box
 /// </summary>
 /// <param name="param">used to specify the tribute id</param>
 public void GetDonationDetails(object[] param)
 {
     TributeResource objResource = new TributeResource();
     objResource.GetDonationInfo(param);
     //throw new Exception("The method or operation is not implemented.");
 }