public List <Datastream> GetDatastreams()
 {
     try
     {
         return(_falkonryService.GetDatastream());
     }
     catch (Exception)
     {
         throw;
     }
 }