public static IList <PresentInfo> GetPresentByCharacter(ProductCharacter productCharacter) { return(dal.GetPresentByCharacter(productCharacter)); }