public Contract GetContract(int id)
 {
     return(_controller.GetContract(id));
 }