public MembershipApplicationController(IMembershipApplicationService service)
 {
     _service = service;
 }