public static PresentInfo GetPresentById(int id)
 {
     return(dal.GetPresentById(id));
 }