public Payment[] GetPaymentsByProject(int idProject, IDriverDB driver)
 {
     return(driver.ReadPaymentsByUserAndProject(idProject, id));
 }