public Warning GetWarning(int id)
 {
     return(_controller.GetWarning(id));
 }