public object GetMethodTypes()
 {
     return(mapper.MapEnumerable <NcMonitorMethodType, MonitorMethodTypeDTO>(repository.GetMethodTypes()));
 }