public Repository.Models.Events Get(int id)
 {
     return(_eventsServices.GetEventById(id));
 }