public RigComponentsController(RigComponentsService rcs)
 {
     _rcs = rcs;
 }
 public RigsController(RigsService rs, RigComponentsService rcs)
 {
     _rs  = rs;
     _rcs = rcs;
 }