public static DateTime GetDataDevolucao(DateTime DtLocacao, Cliente Cliente)
 {
     return(DtLocacao.AddDays(Cliente.Dias));
 }