public MMS_PurchaseContent GetInfo(int id)
 {
     return(dao.GetInfo(id));
 }