public IList <MaintenanceRequest> GetMaintenanceRequestCompleted()
 {
     return(_controller.GetMaintenanceRequestsCompleted());
 }