public ProductTypeController()
 {
     connection = Conecct.Create();
 }
 public EmployeeController()
 {
     connection = Conecct.Create();
 }