public SQLEmployee Get(long Id) { return(_sqlEmployeeService.GetEmployeeById(Id)); }
public Product Get(long Id) { return(_sqlEmployeeService.GetEmployeeById(Id)); }