public List <ViewAllTestWithType> GetViewAllTestWithType()
 {
     return(testGateway.GetAllTestWithTypes());
 }