public TypeIdentificationRepository(RAPPIContext conext)
 {
     _context = conext;
 }
 public EmployeeRepository(RAPPIContext context)
 {
     _context = context;
 }
 public AreaRepository(RAPPIContext conext)
 {
     _context = conext;
 }