public int Update(AgendaTarget obj)
 {
     throw new NotImplementedException();
 }
 public AgendaTarget Insert(AgendaTarget obj)
 {
     return(commonRepository.Insert <AgendaTarget>(obj));
 }