public static PresentInfo GetPresentByPresentNum(string presentNum)
 {
     return(dal.GetPresentByPresentNum(presentNum));
 }