public IEnumerable <RefDetailViewModel> GetRefDetailById(Guid id)
 {
     return(refDetailDL.GetRefDetailById(id));
 }