public EventEntity SearchTitle(EventEntity evnt) { return(hr.Get(evnt)); }
public IEnumerable <Home> Get() { return(_repo.Get()); }