public List <EventInfo> Get_Up_Comming_Events(ref PaginationInfo pager)
 {
     return(_eventRepo.Get_Up_Comming_Events(ref pager));
 }